home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / workbench / tools / czesc_2 / life / life.doc < prev    next >
Text File  |  1994-01-12  |  2KB  |  71 lines

  1.  
  2.  NAME
  3.       life - create a biorhythm plotfile for GNUPlot
  4.  
  5.  
  6.  VERSION
  7.       $VER: life.c,v 1.3 93/01/14 18:02:52 tf Exp
  8.  
  9.  
  10.  SYNPOSIS
  11.       life ddmmyyyy ddmmyyyy >plotfile
  12.  
  13.  
  14.  DESCRIPTION
  15.       LIFE is a very simple biorhythm computing facility that generates a
  16.       GNUPlot file instead of trying to plot the cycles itself.  With this
  17.       file you can get much better results since GNUPlot is a very powerful
  18.       plotting tool.  (You can for example produce a LaTeX output for finest
  19.       printing quality of your biorhythm...)
  20.       
  21.       The first argnument LIFE needs is the birth date, the second date sets
  22.       the month for which the plotfile will be created. The dates MUST have
  23.       the following format:
  24.  
  25.          dd          day [01..31] with a leading '0' if < 10
  26.            mm        month [1..12] with a leading '0' if < 10
  27.              yyyy    year > 1582
  28.  
  29.  
  30.  EXAMPLES
  31.       Let's say you're born on September 27, 1970 and want a GNUPlot file
  32.       for March 1993.  Then here is what you should type:
  33.  
  34.         1> life 27091970 01031993 | gnuplot
  35.  
  36.       Quite easy, isn't it?  ;)
  37.  
  38.       Coming with life is the german BIO which has an additional intuition
  39.       interface and own plotting routines (see bio.dok for more information).
  40.  
  41.       Have fun,
  42.  
  43.                                            -Tobi
  44.  
  45.  AUTHOR
  46.       This Giftware was written by Tobias Ferber, Baden-Baden, Germany.
  47.       If you want to contact me, please write to:
  48.  
  49.       Tobias Ferber
  50.       Goethestraße 32
  51.       76135 Karlsruhe
  52.       Germany
  53.  
  54.       EMail:       Earn: ukjg@dkauni2.bitnet
  55.                   X.400: ukjg@ibm3090.rz.uni-karlsruhe.dbp.de
  56.                InterNet: ukjg@ibm3090.rz.uni-karlsruhe.de
  57.  
  58.  
  59.  THANKS
  60.       LIFE and BIO were written in C using DICE by Matthew Dillon.
  61.  
  62.       DICE is copyright (c)1990 by Matthew Dillon
  63.                                    891 Regal Rd.
  64.                                    Berkeley, Ca. 94708
  65.                                    USA
  66.  
  67.                                    dillon@overload.Berkeley.CA.US
  68.                                    uunet.uu.net!overload!dillon
  69.  
  70.                                    BIX: mdillon
  71.